can php read node of float number? [on hold]
Posted
by
Suriani Salleh
on Programmers
See other posts from Programmers
or by Suriani Salleh
Published on 2013-06-28T01:58:37Z
Indexed on
2013/06/28
4:28 UTC
Read the original article
Hit count: 140
php
my node number is 1.2.3.4 $node= 1.2.3.4 when i run my code as shown below, it print error message but when i try assign $node = abc_def it execute the function code
my question is can php read 1.2.3.4?
if(!get_node_id($node) === false){
//function code
..................................
..............................}
else {
// error msg
}
© Programmers or respective owner